#!/bin/sh
#Before proceeding read the "readme" file.
mkdir TIFS
#comment out next line unless needed for mapcal
mkdir PNGS 
#change the next two lines to suit your needs.
cd /opt/Navigation/Diverse/Non_OpenCPN/HDR/HDR-charts/Mexico
for foo in 21141 12345 67898
do
./join-pcx.sh $foo
done
cd ..
exit 